Welcome![Sign In][Sign Up]
Location:
Search - idea cipher

Search list

[OS programkenel_crypto

Description: 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish) - Sample struct cipher_implementation ci * corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Platform: | Size: 139861 | Author: xf | Hits:

[Crack HackIDEA_C.ZIP

Description: IDEA是一个分组长度为64位的分组密码算法,密钥长度为128位(抗强力攻击能力比DES强),同一算法既可加密也可解密。 IDEA的“混淆”和“扩散”设计原则来自三种运算,它们易于软、硬件实现(加密速度快): -IDEA is a packet length of the 64 block cipher algorithms, key length of 128 (anti strong offensive capability than-DES), the same encryption algorithm can be declassified. IDEA's "confusion" and "proliferation" design principles from the three operators, easy software and hardware to achieve (encryption speed) :
Platform: | Size: 8375 | Author: HCJ | Hits:

[Crack Hackcodearithmetic

Description: 单钥密码算法 AES DES IDEA LZW RC5-single-key DES Cipher AES IDEA LZW RC5
Platform: | Size: 5422383 | Author: 王向平 | Hits:

[Crack HackIDEA_demo

Description: 这个源程序是对单钥密码算法IDEA的简单实现,非常适合刚开始学密码学的人。-the single source of key IDEA cipher algorithm to achieve a simple, very suitable for the beginning of school cryptography people.
Platform: | Size: 30561 | Author: 张华 | Hits:

[Windows DevelopIDEA

Description: IDEA (International Data Encryption Algorithm) Data Encryption Algorithm by famous Chinese scholars and password Jiaboshi experts James L. Massey in 1990 jointly proposed. As a block cipher designed a wonderful work, IDEA algorithm has strong anti-attack capability. Because encryption PGP (Pretty Good Privacy) software showed a very high security, and IDEA is the actual text of PGP encryption algorithm, the introduction of direct attacks to decrypt law, the text of PGP IDEA is the first line of defense. From the safety analysis of the IDEA-differential cryptanalysis capacity is far higher than double DES. Description: After the compiler plugin DLL files Add cf1127 \\ features \\ folder, double-click CalculationFactory.exe, click \"formula / toolbox\", and pressed buttons, \"toolbox\" tab, and can be read Plug-in tools to. The remaining nine folder contains different projects, all compiled into class library, which is calculated factory plug-in DLL files.
Platform: | Size: 20694 | Author: huli | Hits:

[Crack HackIDEA加密算法代码

Description: IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
Platform: | Size: 30599 | Author: zhou | Hits:

[Crack HackIDEA加密算法代码

Description: IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
Platform: | Size: 30720 | Author: zhou | Hits:

[OS programkenel_crypto

Description: 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish)- cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish)- Sample struct cipher_implementation ci* corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Platform: | Size: 139264 | Author: xf | Hits:

[Crack HackIDEA_C.ZIP

Description: IDEA是一个分组长度为64位的分组密码算法,密钥长度为128位(抗强力攻击能力比DES强),同一算法既可加密也可解密。 IDEA的“混淆”和“扩散”设计原则来自三种运算,它们易于软、硬件实现(加密速度快): -IDEA is a packet length of the 64 block cipher algorithms, key length of 128 (anti strong offensive capability than-DES), the same encryption algorithm can be declassified. IDEA's "confusion" and "proliferation" design principles from the three operators, easy software and hardware to achieve (encryption speed) :
Platform: | Size: 8192 | Author: HCJ | Hits:

[Windows DevelopCipherSystem

Description: 关于网络信息密码学的加密和解密算法,包括DES,LFSR,CAESER,IDEA,RC4,KEYWORD,VIGENERE,PLAYFAIR-information on the network cryptography encryption and decryption algorithms including DES, LFSR, CAESER. IDEA, RC4, somewhat, VIGENERE, PLAYFAIR
Platform: | Size: 578560 | Author: 王福财 | Hits:

[Crack Hackcodearithmetic

Description: 单钥密码算法 AES DES IDEA LZW RC5-single-key DES Cipher AES IDEA LZW RC5
Platform: | Size: 5498880 | Author: 王向平 | Hits:

[Crack HackIDEA_demo

Description: 这个源程序是对单钥密码算法IDEA的简单实现,非常适合刚开始学密码学的人。-the single source of key IDEA cipher algorithm to achieve a simple, very suitable for the beginning of school cryptography people.
Platform: | Size: 30720 | Author: | Hits:

[Windows DevelopIDEA

Description: IDEA (International Data Encryption Algorithm) Data Encryption Algorithm by famous Chinese scholars and password Jiaboshi experts James L. Massey in 1990 jointly proposed. As a block cipher designed a wonderful work, IDEA algorithm has strong anti-attack capability. Because encryption PGP (Pretty Good Privacy) software showed a very high security, and IDEA is the actual text of PGP encryption algorithm, the introduction of direct attacks to decrypt law, the text of PGP IDEA is the first line of defense. From the safety analysis of the IDEA-differential cryptanalysis capacity is far higher than double DES. Description: After the compiler plugin DLL files Add cf1127 \ features \ folder, double-click CalculationFactory.exe, click "formula / toolbox", and pressed buttons, "toolbox" tab, and can be read Plug-in tools to. The remaining nine folder contains different projects, all compiled into class library, which is calculated factory plug-in DLL files.-IDEA (International Data Encryption Algorithm) Data Encryption Algorithm by famous Chinese scholars and password Jiaboshi experts James L. Massey in 1990 jointly proposed. As a block cipher designed a wonderful work, IDEA algorithm has strong anti-attack capability. Because encryption PGP (Pretty Good Privacy) software showed a very high security, and IDEA is the actual text of PGP encryption algorithm, the introduction of direct attacks to decrypt law, the text of PGP IDEA is the first line of defense. From the safety analysis of the IDEA-differential cryptanalysis capacity is far higher than double DES. Description: After the compiler plugin DLL files Add cf1127 \ features \ folder, double-click CalculationFactory.exe, click "formula/toolbox", and pressed buttons, "toolbox" tab, and can be read Plug-in tools to. The remaining nine folder contains different projects, all compiled into class library, which is calculated factory plug-in DLL files.
Platform: | Size: 87040 | Author: huli | Hits:

[Crack HackIDEA

Description: 分组密码算法,可用于文件加密 该算法设计者是著名的华人密码学家来学嘉教授-Block cipher algorithm, can be used for file encryption algorithm designed by the famous Chinese cryptographer to Xuejia Professor
Platform: | Size: 2048 | Author: che wang | Hits:

[Crack HackIDEA

Description: 实现IDEA加密算法与解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey,Xuejia Lai等人提出的加密算法,在密码学中属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。从理论上讲,IDEA属于“强”加密算法,至今还没有出现对该算法的有效攻击算法。-The realization of IDEA encryption algorithm and decryption algorithm IDEA (International Data Encryption Algorithm) is Switzerland
Platform: | Size: 3072 | Author: archy | Hits:

[matlab157

Description: Encryption algorithms are becoming more necessary to ensure data is securely transmitted over insecure communication channels. FOX is a recently developed algorithm and its structure is based on the already proven IDEA (International Data Encryption Algorithm) cipher. FOX is a symmetric (private key) block cipher. Its top-level structure uses the Lai-Massey scheme and the round functions used in the scheme are substitution permutation networks (SPN). Its flexibility lies in the fact that it can be efficiently implemented in hardware and software. We report some of the first results of implementing the cipher on an FPGA
Platform: | Size: 136192 | Author: yared | Hits:

[Crack HackAES

Description: 此为《分组密码算法的设计与原理》的PDF文档,详细介绍了分组密码算法的设计与原理的思路与过程-This is the " Block Cipher Algorithm design and principle" of the PDF document, detailing the block cipher algorithm design and principles of the idea and process of
Platform: | Size: 836608 | Author: 哇啦 | Hits:

[Crack Hacksimplified-IDEA-algorithm.pdf.tar

Description: IDEA...The International Data Encryption Algorithm (IDEA) is a symmetric-key, block CIPHER... SIMPLIFIED ABSTRACT
Platform: | Size: 381952 | Author: riddhiman | Hits:

[Crack Hackidea

Description: In cryptography, the International Data Encryption Algorithm (IDEA), originally called Improved Proposed Encryption Standard (IPES), is a symmetric-key block cipher designed by James Massey of ETH Zurich and Xuejia Lai and was first described in 1991. The algorithm was intended as a replacement for the Data Encryption Standard (DES). IDEA is a minor revision of an earlier cipher, Proposed Encryption Standard (PES). The cipher was designed under a research contract with the Hasler Foundation, which became part of Ascom-Tech AG. The cipher was patented in a number of countries but was freely available for non-commercial use. The name “IDEA” is also a trademark. The last patents expired in 2012 and IDEA is now patent-free and thus free to use.[2][3] IDEA was used in Pretty Good Privacy (PGP) v2.0, and was incorporated after the original cipher used in v1.0, BassOmatic, was found to be insecure.[4] IDEA is an optional algorithm in the OpenPGP standard.
Platform: | Size: 1028096 | Author: marwa | Hits:

[Crack HackIDEA

Description: IDEA加密解密 包含对文件的加密解密 使用方法文件中有说明-IDEA cipher
Platform: | Size: 4096 | Author: 卢丹 | Hits:
« 12 »

CodeBus www.codebus.net